Skip to content

css.properties.display - Edge support for ruby and ruby-text #26721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1jj opened this issue May 6, 2025 · 1 comment
Open

css.properties.display - Edge support for ruby and ruby-text #26721

1jj opened this issue May 6, 2025 · 1 comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS p3 Medium priority – Community PRs encouraged.

Comments

@1jj
Copy link

1jj commented May 6, 2025

What type of issue is this?

Incorrect support data

What information was incorrect, unhelpful, or incomplete?

The compat table says, Edge does not support display:ruby and ruby-text while Chrome 121 supports it

What did you expect to see?

Edge 121 supports display: ruby and ruby-text

Did you test this? If so, how?

I can't test with Edge, but this seems to be an obvious bug.

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/display

MDN metadata

MDN page report details
  • Query: css.properties.display
  • Report started: 2025-05-06T20:12:44.058Z
@1jj 1jj added the needs triage This issue needs to be confirmed label May 6, 2025
@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label May 6, 2025
@caugner
Copy link
Contributor

caugner commented May 7, 2025

@1jj Thanks, would you like to open a PR making the Edge support statements an array with a new item { version_added: "121" }? 🙏

"edge": {
"version_added": "12",
"version_removed": "79"
},

"edge": {
"version_added": "12",
"version_removed": "79"
},

@caugner caugner added p3 Medium priority – Community PRs encouraged. and removed needs triage This issue needs to be confirmed labels May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS p3 Medium priority – Community PRs encouraged.
Projects
None yet
Development

No branches or pull requests

2 participants